Contribution org.nuxeo.ecm.poll.ui.types--types
In component org.nuxeo.ecm.poll.ui.types
org.nuxeo.ecm.poll.ui.types
inside nuxeo-poll-web-5.8.jar
This contribution is part of XML component Extension Point
Extension point types of component TypeService.Contributed Items
XML Source
<extension point="types" target="org.nuxeo.ecm.platform.types.TypeService">
<type id="Poll">
<label>Poll</label>
<icon>/icons/poll.png</icon>
<bigIcon>/icons/poll_100.png</bigIcon>
<category>SimpleDocument</category>
<description>Poll.description</description>
<default-view>view_documents</default-view>
<layouts mode="any">
<layout>poll_heading</layout>
<layout>poll</layout>
</layouts>
<layouts mode="edit">
<layout>poll_heading</layout>
<layout>poll</layout>
<layout>poll_dublincore</layout>
</layouts>
</type>
</extension>